home *** CD-ROM | disk | FTP | other *** search
/ The Simpsons Ride - Sneak Peak / The Simpsons Ride - Sneak Peak.iso / pc / FINAL / main.swf / scripts / DefineButton2_87 / BUTTONCONDACTION on(release).as
Text File  |  2008-07-25  |  77b  |  6 lines

  1. on(release){
  2.    unloadMovieNum(2);
  3.    gotoAndStop("main");
  4.    play();
  5. }
  6.